Don't try to remove /usr/local in debian/rules
authorRob Browning <rlb@defaultvalue.org>
Wed, 22 Oct 2014 02:25:21 +0000 (21:25 -0500)
committerRob Browning <rlb@defaultvalue.org>
Wed, 22 Oct 2014 03:43:45 +0000 (22:43 -0500)
It's not created during the build anymore.

debian/rules

index a763c04a095b5b49567c896e1a98b4f8387a14a5..208076f8243d6084b4a6ab3ff038940d082a1e31 100755 (executable)
@@ -507,8 +507,6 @@ override_dh_auto_install: $(autogen_install_files)
          rmdir $(pkgdir_common)/var/games/
          rmdir $(pkgdir_common)/var/
 
-         # Make sure /usr/local dir doesn't exist.
-         rm -r $(pkgdir_common)/usr/local
         endif
 
         ##################################################